Conversation
98ea180 to
37626dc
Compare
| coverage==7.6.1 | ||
| black==24.8.0 | ||
| ptvsd==4.3.2 | ||
| types-PyYAML==6.0.12.8 |
There was a problem hiding this comment.
This file shall be synced with https://github.com/microsoft/typespec/blob/main/packages/http-client-python/generator/dev_requirements.txt
| coverage==7.6.9 | ||
| black==24.10.0 | ||
| setuptools==73.0.1 | ||
| -r ../packages/typespec-python/dev_requirements.txt |
There was a problem hiding this comment.
Although it is a little weird to install dependencies of subdirectory, we only need to update dependencies in one file after this change which is easier to maintain in the future.
| pyright==1.1.391 | ||
| pylint==3.2.7 | ||
| tox==4.23.2 | ||
| mypy==1.10.1 |
There was a problem hiding this comment.
Eng is only needed by pipeline for development, so there is no need to keep 2 files that requirements.txt and dev_requirements.txt, then I combined them into 1 file: dev_requirements.txt.
| PyYAML==6.0.1 | ||
| tomli==2.0.1 | ||
| setuptools==69.2.0 | ||
| json-rpc==1.14.0 |
There was a problem hiding this comment.
Removed dependencies are already declared in pygen.
...cted/AcceptanceTests/MultiapiWithSubmodule/multiapiwithsubmodule/submodule/v1/_metadata.json
Outdated
Show resolved
Hide resolved
|
|
||
| # Add enable for useless disables | ||
| enable=useless-suppression | ||
| # enable=useless-suppression |
There was a problem hiding this comment.
I fix the CI to enable pylint for autorest.python then some tiny lint issues are reporeted. I disable some specific items and we could fix them in another PR.
…bump-2024-12-25
enggenerator/requirements.txtsince it is already included ingenerator/setup.pypackages/typespec-python/dev_requirements.txtso that we only need to update here if there is dependencies update in@typespec/http-client-python